From 9b34bf17e58f7c43bc4f4e17dccac45d5cbef117 Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Tue, 19 Oct 2010 11:38:09 +0100 Subject: [PATCH] build: Do not install gtkprivate.h This is a private header file, and it should *not* be installed. It should also not be scanned by the introspection machinery. https://bugzilla.gnome.org/show_bug.cgi?id=632539 --- gtk/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/Makefile.am b/gtk/Makefile.am index 05ee07b83f..bac21b3174 100644 --- a/gtk/Makefile.am +++ b/gtk/Makefile.am @@ -254,7 +254,6 @@ gtk_public_h_sources = \ gtkprintoperation.h \ gtkprintoperationpreview.h \ gtkprintsettings.h \ - gtkprivate.h \ gtkprogressbar.h \ gtkradioaction.h \ gtkradiobutton.h \ @@ -376,6 +375,7 @@ gtk_private_h_sources = \ gtkplugprivate.h \ gtkprintoperation-private.h\ gtkprintutils.h \ + gtkprivate.h \ gtkrbtree.h \ gtkrecentchooserdefault.h \ gtkrecentchooserprivate.h \ -- 2.30.2